xen.git
2006-04-21 awilliam@xenbuild.aw[IA64] add base iosapic files
2006-04-19 awilliam@xenbuild.aw[IA64] xensystem.h
2006-04-19 awilliam@xenbuild.aw[IA64] cleanup of vhpt.h
2006-04-19 awilliam@xenbuild.aw[IA64] more mmio insn for VTi
2006-04-19 awilliam@xenbuild.aw[IA64] dom_rid_bits
2006-04-19 awilliam@xenbuild.aw[IA64] Use a constant instead of an hard-coded value.
2006-04-18 awilliam@xenbuild.awmerge with xen-unstable.hg
2006-04-17 awilliam@xenbuild.aw[IA64] cleanup CONFIG_VIRTUAL_MEM_MAP.
2006-04-17 awilliam@xenbuild.aw[IA64] Remove unused variables. init_mm and swapper_pg_dir.
2006-04-17 awilliam@xenbuild.aw[IA64] Add support for discontiguous physical memory.
2006-04-16 kaf24@firebug... Only BSP can really do clear_all_shadow_status.
2006-04-16 kaf24@firebug... Clean up new EOI ack method some more and fix unbinding
2006-04-15 emellor@leeni... Merged.
2006-04-15 emellor@leeni... Read the message type out of the message before sending...
2006-04-15 kaf24@firebug... Big fixes for the new IO-APIC acknowledging method...
2006-04-15 kaf24@firebug... Remove bogus extern declaration.
2006-04-15 kaf24@firebug... This patch adds a section to the documentation on the...
2006-04-15 kaf24@firebug... Touch softlockup watchdog while warning user about...
2006-04-15 kaf24@firebug... Fix whitespace in libxc. Tabs are manually fixed.
2006-04-15 kaf24@firebug... Fix SETMAXMEM dom0_op with proper locking.
2006-04-15 kaf24@firebug... Currently, it is possible to set the mem-max value...
2006-04-14 awilliam@xenbuild.aw[IA64] fix a mmio bug
2006-04-14 emellor@leeni... This patch enables external devices, such as for exampl...
2006-04-14 awilliam@xenbuild.aw[IA64] vmx_vcpu_set_rr: check rid validity
2006-04-14 awilliam@xenbuild.aw[IA64] get rid of sync_split_cache
2006-04-14 Ryan HarperAllow cpus parameter to xm create to accept a range...
2006-04-14 awilliam@xenbuild.aw[IA64] regionreg.c: deallocate metaphysical rids
2006-04-14 kaf24@firebug... Restrict netfront to 256 grant references to avoid
2006-04-14 kaf24@firebug... Introduce gnttab_empty_grant_references() to check...
2006-04-14 kaf24@firebug... Replace grant-table typedefs with explicit structs.
2006-04-14 kaf24@firebug... Clean up grant_mapping_t. Increase its size from 4bytes...
2006-04-14 kaf24@firebug... Use ioremap instead of __va to map VGA memory area...
2006-04-14 kaf24@firebug... This patch removes the ignored "Unconditional I/O exiti...
2006-04-14 kaf24@firebug... This patch enables tracing VMEXIT/ENTRY for 64-bit...
2006-04-14 kaf24@firebug... Since we don't reset the proto_csum_blank flag in the...
2006-04-14 kaf24@firebug... This is a patch for XenMon which only applies to the...
2006-04-14 kaf24@firebug... Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH
2006-04-14 kaf24@firebug... New IO-APIC ACK method seems to cause problems on some...
2006-04-14 kaf24@firebug... Fix Xen's interrupt acknowledgement routines on certain
2006-04-14 kaf24@firebug... Call move_irq() during evtchn ->ack irq hook functions...
2006-04-14 kaf24@firebug... Must use __copy_to_user_inatomic() in swiotlb's sync_si...
2006-04-13 awilliam@xenbuild.aw[IA64] VM_SUMMARY and VM_INFO
2006-04-13 awilliam@xenbuild.aw[IA64] dtlb_miss: allow non-access and lfetch inside...
2006-04-13 awilliam@xenbuild.aw[IA64] VTi: vtlb_insert: call panic_domain instead...
2006-04-13 awilliam@xenbuild.aw[IA64] panic_domain should only crash the domain
2006-04-13 awilliam@xenbuild.aw[IA64] vmx_ia64_handle_break
2006-04-13 awilliam@xenbuild.aw[IA64] VTi: add pseudo support of long format VHPT
2006-04-13 awilliam@xenbuild.aw[IA64] bug fix in vmx_ivt
2006-04-13 awilliam@xenbuild.aw[IA64] remove printk warning of xen_init
2006-04-13 awilliam@xenbuild.aw[IA64] call setup_xen_feature()
2006-04-13 kaf24@firebug... Fix stack corruption in the libxs python interface...
2006-04-13 vhanquez@kneesa... add quota to xenstored.
2006-04-13 kaf24@firebug... Allow PCI-E and PCMCIA config on 64-bit Xenlinux.
2006-04-13 kaf24@firebug... This is to align PIT counter with TSC more accurately.
2006-04-13 kaf24@firebug... Use memmove instead of memcpy for overlapping areas...
2006-04-13 kaf24@firebug... In some cases, say for instance for some bizzare reason
2006-04-13 kaf24@firebug... SVM patch to add BP exception intercept support.
2006-04-13 kaf24@firebug... SVM patch to init rsp properly.
2006-04-13 kaf24@firebug... SVM patch to add PAE support.
2006-04-13 kaf24@firebug... SVM patch to add add init intercept handler.
2006-04-13 kaf24@firebug... This fixes the state machine of the vTPM driver.
2006-04-13 kaf24@firebug... Clean up xen Makefile. Use _-prefixed rules to avoid a
2006-04-13 kaf24@firebug... This fixes the Xen Makefile to allow correct building...
2006-04-13 kaf24@firebug... The comment in xen.h on how to obtain current system...
2006-04-13 kaf24@firebug... The default value used to control whether the guest...
2006-04-13 kaf24@firebug... This is the initial patch for SMP PAE guest on x86...
2006-04-13 kaf24@firebug... Make grant table map/unmap argument, host_addr, feature...
2006-04-13 kaf24@firebug... Unmap shadow vtable when freeing shadow table in free_s...
2006-04-13 kaf24@firebug... Use copy_from_user when accessing linear page table...
2006-04-12 emellor@leeni... Reset the cached state to XenbusStateInitialising on...
2006-04-12 awilliam@xenbuild.awmerge with xen-unstable.hg
2006-04-11 awilliam@xenbuild.aw[IA64] Makefile fix for xenirq.c removal
2006-04-11 awilliam@xenbuild.aw[IA64] Remove xenirq.c.
2006-04-11 awilliam@xenbuild.aw[IA64] Cleanup to irq.c
2006-04-11 awilliam@xenbuild.aw[IA64] warning fix
2006-04-11 emellor@leeni... Merged.
2006-04-11 emellor@leeni... Fix KERNELS example, mkinitrd example.
2006-04-11 kaf24@firebug... The maximum instruction length for both x86-32 and
2006-04-11 kaf24@firebug... When running test 5 in Memtest86+ v1.65, I got a "this...
2006-04-11 kaf24@firebug... Make event_pending() architecture-specific.
2006-04-11 kaf24@firebug... Remove some bogus .PHONY Makefile declarations.
2006-04-10 awilliam@xenbuild.aw[IA64] get_pfn_list workaround
2006-04-10 awilliam@xenbuild.aw[IA64] access reflect fix
2006-04-10 awilliam@xenbuild.aw[IA64] ptc.ga for SMP-g
2006-04-10 kaf24@firebug... Netfront must switch state using xenbus_switch_state...
2006-04-10 kaf24@firebug... Add a new config option for all backend drivers. This...
2006-04-10 emellor@leeni... Merged.
2006-04-10 emellor@leeni... Fix the test inside all_devices_ready, and move it...
2006-04-10 kaf24@firebug... Fail the build if NR_hypercalls is not a power of two.
2006-04-10 kaf24@firebug... Fix a couple of typos.
2006-04-10 kaf24@firebug... Fix push/pop usage in tools/ioemu for x86/64.
2006-04-10 kaf24@firebug... If the 'cdrom=' option is specified in the definition...
2006-04-10 kaf24@firebug... build: Clean up use of .PHONY
2006-04-10 kaf24@firebug... build: Clean pygrub's a.out
2006-04-10 emellor@leeni... Merged.
2006-04-10 kaf24@firebug... build: Document the use of XEN_PYTHON_NATIVE_INSTALL
2006-04-10 kaf24@firebug... build: clean up output of make help a little bit
2006-04-10 kaf24@firebug... build: Make sure that DESTDIR is set
2006-04-10 emellor@leeni... Initialise offsetopt when offset == 0. Closes bug...
2006-04-10 kaf24@firebug... build: Remove iptables and python loging helper targets
next